Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
< 🏡home
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | SAP |
| Source | View on GitHub |
⚠️ Not listed in Solution JSON: This content item was discovered by scanning the solution folder but is not included in the official Solution JSON file. It may be a legacy item, under development, or excluded from the official solution package.
📄 Source: SAPCollectorRemediate-STD/readme.md
< 🏡home
Sophisticated scenario distinguishing between SAP maintenance events and malicious deactivation of the audit log ingestion into Sentinel.
Used Sentinel alert rule [SAP - Data collection health check](https://learn.microsoft.com/azure/sentinel/monitor-sap-system-health#use-an-alert-rule-template)
Azure Center for SAP Solutions (ACSS) health info exposed via the Azure Resource Graph qualify the incident to drive better triage processes at the SAP Security Operations teams.
👨🏽🔧installation guide.
| Step | 🪂 |
|---|---|
| Logic Apps Infrastructure | |
| Logic Apps Connections | |
| Logic Apps Standard Connections configuration | 🔗link |
| Logic Apps Standard workflow | 🔗link |
| Logic Apps Standard workflow parameters | 🔗link |
| Role Name | Resource Type Scope | Purpose |
|---|---|---|
| Microsoft Sentinel Responder | At least resource group where Sentinel lives | Required for Incident state update |
| Azure Center for SAP solutions reader | Subscription level | Required for Azure resource graph SAP Virtual Instance discovery by Sentinel known SAP SID |
| Virtual Machine Contributor | At least resource group/virtual machine where Sentinel Collector runs | Required for remediation option to restart the collector VM |
Learn more about Microsoft Sentinel built-in roles here and Azure built-in roles here.
Azure Resource Graph Explorer🔗
This playbook uses below query (dynmic SID param coming from Sentinel). Get inspired from it to expand to your own scenarios.
Find the REST API docs for the resource graph here.
POST https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01
BODY
// Global SAP ACSS details by SID
// Click the "Run query" command above to execute the query and see results.
resources
| where type =~ 'Microsoft.Workloads/sapVirtualInstances' //get all resources of type SAP Virtual Instance
| where name == 'P01' //get selected SAP SID
| project id,name,tenantId,resourceGroup,subscriptionId,properties.health,properties.status //get only required fields
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊